policy(docs): README must be Markdown (not AsciiDoc)#427
Merged
Conversation
README renders in GitHub community-health, the GitHub profile (profile READMEs render only README.md), and external MCP directories (Glama) — all show AsciiDoc as raw markup. So README joins the GitHub-required-.md set; README.md is canonical and a README.adoc alongside it is a duplicate to remove. Replaces the earlier .adoc-primary-with-Glama-carve-out rule for README. doc-format.yml: README out of the .adoc-primary duplicate loop; README.md+README.adoc -> hard error (keep .md); lone README.adoc -> warning (migration nudge). Estate README.adoc->.md conversion sweep follows. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
hyperpolymath
added a commit
that referenced
this pull request
Jun 26, 2026
…te (#430) ## Summary Two owner-directed canon corrections to `.claude/CLAUDE.md` (2026-06-26). ### 1. README is `.adoc` by default (`843812c`) Corrects the short-lived `da1ee5e` "README must be Markdown (not AsciiDoc) (#427)" reversal, which contradicted the rest of the estate tooling (`rhodibot` deletes stub `README.md` to keep `.adoc`; contractiles accept `README.adoc`). New rule, per owner directive: - README is **`.adoc` by default** everywhere, with **exactly two `.md` exceptions**: - `hyperpolymath/hyperpolymath` — the GitHub **profile** repo (profile READMEs render only `README.md`). - `hyperpolymath/boj-server` — listed in external MCP directories (Glama), which show AsciiDoc as raw markup. ### 2. Commit-signing note (`887a8ee`) Documents (ground-truthed) that "Unverified" on agent commits is **platform-managed and non-blocking** — git's `gpg.ssh.program` points at Anthropic's `environment-manager` shim, wired once globally; there is no per-repo/per-container key chore. Prevents future agents (and the advisory stop-hook) from chasing it or attempting key surgery. ## Notes - Docs-only; no code or tooling changes. - Commits show as Unverified due to the platform signing situation documented in commit 2 (non-blocking). 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_018Auxpj3daisp3kTcurBZ8t --- _Generated by [Claude Code](https://claude.ai/code/session_018Auxpj3daisp3kTcurBZ8t)_ --------- Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
README renders in GitHub community-health, the GitHub profile (profile READMEs render only
README.md), and external MCP directories (Glama) — all show AsciiDoc as raw markup (confirmed live on glama.ai/.../boj-server). So README joins the GitHub-required-.mdset:README.mdis canonical, aREADME.adocalongside it is a duplicate to remove. Replaces the earlier.adoc-primary-with-Glama-carve-out rule for README (which only helped repos withglama.jsonand still kept .adoc canonical).doc-format.yml+ the CLAUDE.md policy updated. The estate-wide README.adoc→.md conversion sweep (#2) follows; the profile (#29) and boj-server (#260) are already converted.